home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / L01A1F.DIR / scripts_17_new game.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  89 b   |  6 lines

  1. on mouseUp
  2.   if bounceButton() then
  3.     go(1, the moviePath & "L01A2a.dir")
  4.   end if
  5. end
  6.